home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem
- rem specify correct paths in line 5 and 13
- rem
- set go32=nodmpi driver E:\temp\vesa.grn gw 640 gh 480 nc 256
- rem replace with driver for your (S)VGA^^^^^^^^
- rem gw = width
- rem gh = height
- rem nc = number of colors (don't change)
- rem
- rem or use the following line for standard VGA (last resort...)
- rem set go32=nodmpi
- e:\temp\go32 E:\temp\vmpeg %1 %2 %3 %4 %5 %6 %7 %8 %9
-